home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000117_news@columbia.edu_Mon Apr 10 13:54:44 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA24471
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 12 Apr 1995 12:30:11 -0400
  3. Received: by apakabar.cc.columbia.edu id AA16643
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 12 Apr 1995 12:30:05 -0400
  5. Path: news.columbia.edu!spcuna!solaris.cc.vt.edu!news.alpha.net!news.mathworks.com!news.bluesky.net!news.sprintlink.net!howland.reston.ans.net!vixen.cso.uiuc.edu!uwm.edu!msunews!harbinger.cc.monash.edu.au!yoyo.aarnet.edu.au!goliath.camtech.com.au!gateway.dircsa.org.au!gateway.dircsa.org.au!not-for-mail
  6. From: arthur@gateway.dircsa.org.au (Arthur Marsh)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: kermit over ethernet in dos ?
  9. Date: 10 Apr 1995 23:24:44 +0930
  10. Organization: DIRCSA - Disability Information and Resource Centre
  11. Lines: 69
  12. Message-Id: <3mbdb4$pa8@gateway.dircsa.org.au>
  13. References: <3lvavp$tca@pirates.cs.swt.edu>
  14. Nntp-Posting-Host: gateway.dircsa.org.au
  15. X-Newsreader: TIN [version 1.1 PL8]
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. Tom F McCabe (tm@astros.cs.swt.edu) wrote:
  19.  
  20. : I recently downloaded the new kermit 3.14 and 
  21. : successfully run it over Novell's LANWP
  22. : tcpip.exe and telapi.exe.   However, in reading
  23. : the documentation in seems to imply that you don't
  24. : need the tcpip.exe or telapi.exe to run ckermit;
  25. : that is it implies that the equivalent functions
  26. : are in ckermit 3.14.  Is that correct?
  27.  
  28. You've just about answered one of my questions.
  29.  
  30. I gather that telapi.exe is in LAN WorkPlace, but 
  31. not included with the TCP/IP transport that comes
  32. with the Netware Client Kit for DOS/Windows?
  33.  
  34. : When I try the following:
  35. :     1. Put all the appropriate definitions in
  36. :         my mscustom.ini - such as domain,
  37. :         subnetmasks, etc.
  38. :     2. Load the lsl and ethernet driver (exp16odi)
  39. :     3. run kermit 3.14
  40. :     4. In ckermit type:  set port tcp/ip nyssa.swt.edu
  41. :                          connect
  42. :        I get the error:
  43. :         Cannot access ip type packets
  44. :         Unable to initialize tcp/ip system, quitting
  45.  
  46. : Am I doing something obvious that's wrong?  Do i need to
  47. : initialize other stuff?  
  48.  
  49. : Any help will be appreciated?
  50.  
  51. You can either run the LANWP TCP/IP, or someone else's or
  52. Kermit's built-in TCP/IP, but only one at a time.
  53.  
  54. A typical net.cfg for a Netware 3.12 client with VLM's and
  55. using Kermit's built-in TCP/IP would look like:
  56.  
  57. protocol    KERMIT
  58.     bind    NE2000
  59.  
  60. Link Driver    NE2000
  61.     Int    5
  62.     Port    300
  63.     Frame    Ethernet_802.2
  64.     Frame    Ethernet_II
  65.     Protocol IP    0800    Ethernet_II
  66.     Protocol ARP    0806    Ethernet_II
  67. ;    Protocol RARP    8035    Ethernet_II
  68. ; RARP doesn't work with my host
  69.  
  70. First Network Drive F
  71.  
  72. Link Support
  73.     Buffers 6 1600
  74.     MemPool 2048
  75.  
  76. ; Change to suit your network card, Interrupt, port address...
  77.  
  78. Then do the SET TCP/IP parameters as required in your MSCUSTOM.INI
  79. and a set port TCP/IP <ip address> to get connected.
  80.  
  81.  
  82.  
  83. -- 
  84. Arthur Marsh, telephone +61-8-370-2365, fax +61-8-370-2133, +61-8-223-5082 
  85.               arthur@gateway.dircsa.org.au
  86. .endofsig